home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / lib / path-concat.h < prev    next >
Text File  |  1996-08-18  |  170b  |  10 lines

  1. #if __STDC__
  2. # undef __P
  3. # define __P(args) args
  4. #else
  5. # define __P(args) ()
  6. #endif
  7.  
  8. char *
  9. path_concat __P ((const char *dir, const char *base, char **base_in_result));
  10.